Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / saveWorkbooksToPDF Method / saveWorkbooksToPDF(String,List<IWorkbook>,PdfSaveOptions) Method
The specified pdf file.
The workbook collection.
Options for saving pdf file.
In This Topic
    saveWorkbooksToPDF(String,List<IWorkbook>,PdfSaveOptions) Method
    In This Topic
    Saves the datas from different workbooks to the specified pdf file.
    Syntax
    public void saveWorkbooksToPDF( 
       java.lang.String fileName,
       java.util.List<IWorkbook> workbooks,
       PdfSaveOptions options
    )

    Parameters

    fileName
    The specified pdf file.
    workbooks
    The workbook collection.
    options
    Options for saving pdf file.
    See Also